home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / RSB.z / RSB
Text File  |  1996-03-14  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____RRRRSSSSBBBB((((3333FFFF))))                                                              ____RRRRSSSSBBBB((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      RSB, SRSB   -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      to find the eigenvalues and eigenvectors (if desired) of a REAL SYMMETRIC
  12.      BAND matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  rrrrssssbbbb((((nnnnmmmm,,,, nnnn,,,, mmmmbbbb,,,, aaaa,,,, wwww,,,, mmmmaaaattttzzzz,,,, zzzz,,,, ffffvvvv1111,,,, ffffvvvv2222,,,, iiiieeeerrrrrrrr))))
  17.           iiiinnnntttteeeeggggeeeerrrr           nnnnmmmm,,,, nnnn,,,, mmmmbbbb,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  18.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnmmmm,,,,mmmmbbbb)))),,,,wwww((((nnnn)))),,,,zzzz((((nnnnmmmm,,,,nnnn)))),,,,ffffvvvv1111((((nnnn)))),,,,ffffvvvv2222((((nnnn))))
  19.  
  20.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssrrrrssssbbbb((((nnnnmmmm,,,, nnnn,,,, mmmmbbbb,,,, aaaa,,,, wwww,,,, mmmmaaaattttzzzz,,,, zzzz,,,, ffffvvvv1111,,,, ffffvvvv2222,,,, iiiieeeerrrrrrrr))))
  21.           iiiinnnntttteeeeggggeeeerrrr           nnnnmmmm,,,, nnnn,,,, mmmmbbbb,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  22.           rrrreeeeaaaallll             aaaa((((nnnnmmmm,,,,mmmmbbbb)))),,,,wwww((((nnnn)))),,,,zzzz((((nnnnmmmm,,,,nnnn)))),,,,ffffvvvv1111((((nnnn)))),,,,ffffvvvv2222((((nnnn))))
  23.  
  24.  
  25.  
  26. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  27.      On Input
  28.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  29.      parameters as declared in the calling program dimension statement.
  30.  
  31.      NNNN is the order of the matrix  A.
  32.  
  33.      MMMMBBBB is the half band width of the matrix, defined as the number of
  34.      adjacent diagonals, including the principal diagonal, required to specify
  35.      the non-zero portion of the lower triangle of the matrix.
  36.  
  37.      AAAA contains the lower triangle of the real symmetric band matrix.  Its
  38.      lowest subdiagonal is stored in the last  N+1-MB  positions of the first
  39.      column, its next subdiagonal in the last  N+2-MB  positions of the second
  40.      column, further subdiagonals similarly, and finally its principal
  41.      diagonal in the  N  positions of the last column.  Contents of storages
  42.      not part of the matrix are arbitrary.
  43.  
  44.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  45.      desired.  Otherwise it is set to any non-zero integer for both
  46.      eigenvalues and eigenvectors.  On Output
  47.  
  48.      WWWW contains the eigenvalues in ascending order.
  49.  
  50.      ZZZZ contains the eigenvectors if MATZ is not zero.
  51.  
  52.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  53.      described in section 2B of the documentation.  The normal completion code
  54.      is zero.
  55.  
  56.      FFFFVVVV1111 and  FV2  are temporary storage arrays. Questions and comments should
  57.      be directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
  58.      NATIONAL LABORATORY
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.